Micron Document
🎖️GitЯра🎖️


Displaying Raw • Download

build-logic/convention/src/main/kotlin/com/google/android/libraries/mapsplatform/secrets_gradle_plugin/SecretsPluginExtension.kt bd2863243bab6eb213401d949839a2bc74dde7e2 (bd286324) Text, 1.60 KB

T8b949e// Copyright 2021 Google LLC
T8b949e//
T8b949e// Licensed under the Apache License, Version 2.0 (the "License");
T8b949e// you may not use this file except in compliance with the License.
T8b949e// You may obtain a copy of the License at
T8b949e//
T8b949e// http://www.apache.org/licenses/LICENSE-2.0
T8b949e//
T8b949e// Unless required by applicable law or agreed to in writing, software
T8b949e// distributed under the License is distributed on an "AS IS" BASIS,
T8b949e// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
T8b949e// See the License for the specific language governing permissions and
T8b949e// limitations under the License.
T8b949e//
T8b949e// Vendored from google/secrets-gradle-plugin v2.0.1 — see SecretsPlugin.kt for why.
T8b949e// Deviation from upstream: ignoreList copies defaultIgnoreList so projects don't share one mutable list.

Tff7b72package T7ee787com.google.android.libraries.mapsplatform.secrets_gradle_plugin

T8b949e/**
* Configuration object for [SecretsPlugin].
*/
Tff7b72open Tff7b72class T56d364SecretsPluginExtension Tb4b4b4{
T8b949e/**
* The name of the properties file containing secrets. Defaults to "$defaultPropertiesFile"
*/
Tff7b72var Te6edf3propertiesFileNameTb4b4b4: Tffa657String Tff7b72= Te6edf3defaultPropertiesFile

T8b949e/**
* A list of keys this plugin should ignore and not inject. Defaults to $defaultIgnoreList
*/
Tff7b72var Te6edf3ignoreListTb4b4b4: Te6edf3MutableListTff7b72<Tffa657StringTff7b72> Tff7b72= Te6edf3defaultIgnoreListTb4b4b4.Te6edf3toMutableListTb4b4b4(Tb4b4b4)

T8b949e/**
* The name of the properties file containing secrets' default values.
*/
Tff7b72var Te6edf3defaultPropertiesFileNameTb4b4b4: Tffa657String? Tff7b72= Tff7b72null

Tff7b72companion Tff7b72object Tb4b4b4{
Tff7b72const Tff7b72val Te6edf3defaultPropertiesFile Tff7b72= Ta5d6ff"Ta5d6fflocal.propertiesTa5d6ff"
Tff7b72val Te6edf3defaultIgnoreList Tff7b72= Te6edf3mutableListOfTb4b4b4(Ta5d6ff"Ta5d6ffsdk.dirTa5d6ff"Tb4b4b4)
Tb4b4b4}
Tb4b4b4}

Served by rngit 1.5.1 - Generated in 0.04s